home *** CD-ROM | disk | FTP | other *** search
/ comtecelectrical.ca / www.comtecelectrical.ca.tar / www.comtecelectrical.ca / infobots / Backup / MSOCache / All Users / 90000409-6000-11D3-8CFE-0150048383C9 / Q2561411.CAB / POWERPNT.EXE / RCDATA / 5921 < prev    next >
Text File  |  2003-07-30  |  175b  |  8 lines

  1.  
  2. function PlaySound( href, loop ){
  3.     href= unescape(href);
  4.     if( window.event ) window.event.cancelBubble = true;
  5.     pptSound.src = href;
  6.     pptSound.loop = loop ? -1 : 0;
  7. }
  8.